home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
fortran
/
peekpo.com
/
PUTL.FOR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-16
|
338 b
|
10 lines
PROGRAM CRT_WRITE_F77L
integer*4 icrt/z'B8000000'/ ! Color adapter
c
call put_it(carg(icrt), 7,0,21,17,'Message from F77L Follows')
call put_it(carg(icrt),15,1,21,18,'HOW''S ') ! Bold White
call put_it(carg(icrt),14,9,27,18,'THIS?') ! Flashing Yellow
c
stop
end